CagdCoercePointTo

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

CagdCoercePointTo()  

SYNOPSIS

cagd_lib/cagdcoer.c:221

void CagdCoercePointTo(CagdRType *NewPoint,
                       CagdPointType NewPType,
                       CagdRType *Points[CAGD_MAX_PT_SIZE],
                       int Index,
                       CagdPointType OldPType)
 

DESCRIPTION

Coerces Srf/Crv Point from index Index of Points array of Type PType to a new type NewPType. If however Index < 0 Points is considered single point.  

PARAMETERS:

NewPoint: Where the coerced information is to besaved.

NewPType: Point type of the coerced new point.

Points: Array of vectors if Index >= 0, a single point if Index < 0.

Index: Index into the vectors of Points.

OldPType: Point type to be expected from Points.  

FUNCTION RETURN VALUE

void

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:18 GMT, October 17, 2022